Click here to Skip to main content
15,902,636 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to convert user login Time details date time in English word.
eg. User Login at 2015-Jan-01 5:00AM

You login at Two thousand fifteen Jan First at Five AM.
Posted
Updated 8-Jan-15 12:00pm
v2

1 solution

As per your requirement, built in functions would only help up to an extent, further you need to implement your own code.

Almost similar issue discussed here with same conclusion:
http://stackoverflow.com/questions/4747125/convert-a-date-in-words[^]

Available conversion format in T-SQL are given at:
https://anubhavg.wordpress.com/2009/06/11/how-to-format-datetime-date-in-sql-server-2005/[^]

Below links are having code to convert numbers into words:
http://www.sqlservercentral.com/Forums/Topic15272-23-1.aspx[^]
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=11157[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900