Page 1 of 1

How to display Time Format of 11:23:00 am PST

Posted: Tue Apr 15, 2008 7:27 am
by MARIMUTHU K
Dear Stimul Team,


How to display Time Format

12:34:00 am PST

Now We are using {Time.ToString("hh:mm:ss tt")} but it display only 12:34:00 am ,
But we want PST format.

How to do? Please provide solution.


Thanks in Advance,

How to display Time Format of 11:23:00 am PST

Posted: Tue Apr 15, 2008 7:31 am
by Edward
Please try as follows:

Code: Select all

{Time.ToString("hh:mm:ss tt")} PST
Thank you.