traleetravel
Junior Member
Posts: 2
Registered: 10/9/2008
Location: Tralee, Ireland
Member Is Offline
|
| posted on 10/9/2008 at 10:13 AM |
|
|
Date Parser ARR_STRINGS not defined
Hi, I have searched the forums and cannot find this problem, or on google.
I am getting a JAVASCRIPT error ARR_STRINGS not defined using the date parser, the template.js definition is :-
{
'name' : 'Date', // columns titles
'type' : DATE, // standard types (STR, NUM) or custom compare function
'format_input':'Y-m-d',
'format_output':'d M Y, D'
},
the data input is :
['2008-10-07', 13683, "Brennan", "Falcon", "99998", 259, '2008-10-19', "Sandra", "Not Booked"],
['2008-10-07', 13623, "Maloney", "Falcon", "PUERTO RICO", 440, '2008-11-08', "Sandra", "Assigned"],
Can anyone help please?
Regards,
Phil
|
|
|
traleetravel
Junior Member
Posts: 2
Registered: 10/9/2008
Location: Tralee, Ireland
Member Is Offline
|
| posted on 10/9/2008 at 10:22 AM |
|
|
RTFM again
Amazing, once you raise a topic, how the fog clears from the brain.
ARR_STRINGS needs to be defined at the bottom of the template.js, problem solved, sorry.
|
|
|
|