Link to home
Start Free TrialLog in
Avatar of sf_garrison
sf_garrisonFlag for United States of America

asked on

Custom format of date time field

if i have a datetime field (in a SQL table), and I want to extract and format the date time as following, what is my syntax for doing so:

If date time is 10/19/2007 5:00:00 PM  and I want to get a string such as
"last updated on 19-Oct-2007 at 5:00 PM"
ASKER CERTIFIED SOLUTION
Avatar of Patrick Matthews
Patrick Matthews
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sf_garrison

ASKER

Excellent .. Thanks for the quick reply