|
Posted by awebguynow on 12/11/61 11:59
I'm working in a Lamp environment, (actually WAMP), am using one of the
many Calendar widgets (that has configurable formats), and have a heavy
data in/data out (forms/reports) webapp.
This is probably more of a design issue, than PHP issue, but we all
deal with this.
My 1st priority has been for simplicity, so I have used std. MySQL
format for the text input that feeds into the table.Column.
There are problems with that and I'd like to find out what better
choices may be available.
Obviously, choosing another format for forms-reports would require
manipulation of date to/from DB. What is the best way this be
implemented with consistency ?
I have considered saving space on the screen by working with implied
years but this seems destined to prove a headache no matter what. YY
format would be ambiguous in a decade. Mode System: Current or
Historical ? Use OO or switch() to present Xhtml reports
differently. Can it be made to change modes automatically ?
Anyone else have this ? or have the answers to handle this (one of
Life's persistent questions)
Navigation:
[Reply to this message]
|