Create Custom DateTime

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I am taking a date/time value from a database and I need to display it
as follows:

[Weekday], [Day] of [Month] [Year] # [Hour]:[Minutes]

And example:

Saturday, 30 of September 2006 # 17:30

I tried a few functions in Asp.Net 2.0 but I was never able to create a
really custom format like I need.

Could someone, please, help me?

Thanks,

Miguel
 
Back
Top