Jump to content

Changing the format of a date.


wright67uk

Recommended Posts

How can I change a date from YYYY-MM-DD to DD/MM/YYYY ?

 

I have a date picker in a form which always posts in this format: 2013-01-30

When I process the form I would like to store this date into a variable but in this format 30/01/2013.

 

So I need to replace dashes for slashes, and reverse the order of year, month, and date.

Link to comment
Share on other sites

You need to store the date in a DATE data type with the YYYY-MM-DD format. The only time you should format as DD/MM/YYYY is when you want to display it.

 

edit: damn, the forum's post notification (or lack of) gets a -20 likes.

Edited by PFMaBiSmAd
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.