Date conversion

goodmachine

Board Regular
Joined
Oct 7, 2009
Messages
70
Hello,

How can I modify a date with the time stamp and time zone to just a normal date.
For example, Thu Jan 17 12:44:31 PST 2013. I would like to just show

January 17, 2013. Is this possible?

Thanks,

goodmachine
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
=--(MID(A1, 5, 6) & ", " & RIGHT(A1, 4)) and format as you like.
 
Upvote 0
Hi,


Suppose if you have date in A1 please try the below formula.


=TEXT(A1,"mmmm dd,yyyy")


Thanks,
SK
 
Upvote 0

Forum statistics

Threads
1,221,446
Messages
6,159,917
Members
451,603
Latest member
SWahl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top