gel-moment
v1.0.7
Published
moment functions for gel
Downloads
15
Readme
gel-moment
moment functions for gel
usage
var gelMoment = require('gel-moment');Call the gelMoment function on your gel instances scope:
gelMoment(gel.scope);Now you can use moment functions in gel expressions:
(date.add
(date)
1
"days"
)