c# - Convert AM/PM to small case letters -


i have string start's 7/28/2015 4:00 end's 7/31/2015 4:30 am.

i want should convert am/pm am/pm pragmatically in c#... please me me!

use string.tolower method this:

datetime.now.tostring().tolower(); 

Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -