enketo / enketo-xpathjs

Cross-browser OpenRosa-extended XPath 1.0 implementation in JavaScript.
MIT License
6 stars 10 forks source link

format-date-time #65

Open MartijnR opened 7 years ago

MartijnR commented 7 years ago

If this indeed an alias of format-date, don't duplicate the code, but use a reference.

https://github.com/opendatakit/xforms-spec/issues/20

MartijnR commented 7 years ago

get ['format-date-time'](){ return this['format-date']; },

(no support in Safari/IE and UglifyJS doesn't accept it

MartijnR commented 7 years ago

remaining: figure out whether it should really be alias or something else