Small additional question:
Is it OK that
result = dojo.date.locale.parse("10:30 AM", { selector : "time" });
returns a string containing the time and the date? I would expect that the ‘selector : “time”’ makes sure that only the time is returned?
Small additional question:
Is it OK that
result = dojo.date.locale.parse("10:30 AM", { selector : "time" });
returns a string containing the time and the date? I would expect that the ‘selector : “time”’ makes sure that only the time is returned?