DEV Community

Discussion on: Question: Naming date variables

Collapse
 
athomsfere profile image
Austin French

I'm OK with seeing all three types being that we are talking about Javascript.

Most of the real logic should be at some other layer, where validation can be done easier, and better and with type checking.

In the UI are you at the whim of too many technologies that you can't control.

If you can control the type top to bottom, I'd urge always, always use a DateTimeOffset though.