Dates

From HashVB
Revision as of 13:24, 9 October 2006 by Dee (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 This article is currently work in progress. Please come back later.
<@QueenDee> NEVER EVER store dates as strings if you need to do work on them
            later
<@QueenDee> it WILL break in other locales
< ThomasJ> Well..  the way that my company displays the window times is 'D15:00
           - P12:00'
<@QueenDee> then format it once for displayt purposes
< ThomasJ> D for deliver, P for pick up..  so I need to strip those 2 chars
           from them when getting the time from the grid display
<@QueenDee> ALWAYS store them internally as dates and dont use functions that
            expect/output a string format