|
|
|
|
Browse by Tags
All Tags » Best Practices » bad habits » formatting » dates (RSS)
-
I've come across quite a bit of code that uses date/time shorthand that can either be confusing or downright dangerous. There are two areas I want to focus on: shorthand for date arithmetic, and shorthand for date parts.
Date Arithmetic
This one I mentioned quite briefly in a previous ''Bad Habits to Kick'' post, but I see it in use enough ...
|
|
|
|
|