Comment 1 for bug 1274144

Revision history for this message
Doug Fish (drfish) wrote :

I'm looking at the code here and thinking about what needs to happen to support a date format. One of the obstacles is going to be that javascript and python don't use the same syntax for formatting dates. I hope to find a subset of python date formats for which I can generate and equivalent javascript format. Are there other known/obvious obstacles I'm going to encounter?