mimopotato / funcml-core

Makes writing YAML or JSON files super cool with functions support!
https://funcml.org
MIT License
0 stars 0 forks source link

date format should be implemented #13

Closed mimopotato closed 4 months ago

mimopotato commented 4 months ago

Format should be a string from Ruby strftime function.

key_date: 
  _time: {value: $now, format: "%h-%i-%s"}
mimopotato commented 4 months ago

Already done