Posted by mick white on 10/09/06 20:18
iulian.ilea@gmail.com wrote:
> Hi,
>
> I use MsSQL server. I created an application in PHP who uses a field
> type datetime. When I tested it local it worked fine, the datetime
> field has this format: mm/dd/yyyy. When I tested it on another server I
> remarked that the same field datetime has format dd/mm/yyyy. How can I
> change it to mm/dd/yyyy.
>
I'd recommend you store the date as yyyy-mm-dd, which is unambiguous.
Mick
Navigation:
[Reply to this message]
|