Jump to content

datetime

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
moonrise

moonrise

    Learning Programmer

  • Members
  • PipPipPip
  • 40 posts
Greetings All,
can any one help me to give the complete equvalent code in C#
to get datetime

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Format(DateTime.Now, "d.M.yyyy h.m.s tt")

Now = Today's date

this will format the date: 15.05.2006 2.38.35 PM