Blacksway said:If I told you the field name for the short description was called "Description" and the one for the longer description was called "Short" would that help muddy the water any?
Nope, thought not, didn't help me much either
Anyway, I think I've fixed that so they should be right now.
Oh, and errata and other reviews stuff should work too...
// This assumes that the date in question is not already an ISO date.
function iso_date(strInput){
strTemp = strInput;
strTemp = date ("Y/-n/-d", strTemp);
return strTemp;
}
Blacksway said:I had deliberately avoided using all numeric date format and had been using 01/Jan/02 - you are saying even this is too ambigous?
Its no biggy to change it, just checking thats what your saying.