WEEKDAYNAME not working
-
Hi having trouble with some datetime functions
fieldname9 is a datetime picker on a form
Working:
alert (DAY(fieldname9));
alert (WEEKDAY(fieldname9));
Not Working:
alert (WEEKDAYNAME(fieldname9));
alert (MONTHNAME(fieldname9));
Am I missing something simple? ?V5.2.35 – I think I am on developer plan. Just using alerts for ease of debugging… console WEEKDAYNAME is not defined
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.