yulqen / bcompiler-engine

MOVED: A Python library to alleviate the pain of using Excel spreadsheets to collect data from your stakeholders.
https://git.sr.ht/~yulqen/bcompiler-engine
MIT License
4 stars 1 forks source link

DM processing of dates #15

Closed banillie closed 4 years ago

banillie commented 4 years ago

DMs currently process dates as 2019-09-30T00:00:00. The best format is probably simply the date only. so 2019-09-30 notice that is in the YYYY-MM-DD format. not really a problem what format it is in as long as excel understands the underlying date stamp and doesn't switch days/months around.

yulqen commented 4 years ago

@banillie - Need a conversation with you about this before looking to make changes. Will do so shortly.

yulqen commented 4 years ago

@banillie Are you happy with the solution to this? i.e. we leave them as datetime objects for now, and you convert them on.