Fares Farhan
unread,Oct 28, 2009, 1:08:08 AM10/28/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Datejs - A JavaScript Date Library
am I doing a mistake here?
I'm trying to set the date with something like :
var dateConfig = {minute:35, hour:13, day:24, month:10, year:2009};
dateConfigDate = Date.today().set(dateConfig);
but I'm keep getting the today's day (the value of the day should be
24 as its explicitly set in the dateConfig JSON)..
anyone got the same problem?