cfsimplicity / spreadsheet-cfml

Standalone library for working with spreadsheets and CSV in CFML
MIT License
126 stars 35 forks source link

Allow custom date formats to be set on an instance post-init() #331

Closed cfsimplicity closed 1 year ago

cfsimplicity commented 1 year ago

Currently you can specify custom date formats when intitializing an instance. Allow those formats to be set or changed on an existing instance via a setDateFormats() method.