c# - Date time day/month (02/12) -


this seems should able find on google i'm not having look.

i'd format date day/month. thing i've found {0:m} displays information want month written out december rather "12". need use 02/12 if possible due space restrictions.

thanks help!

you try following format:

{0:dd/mm} 

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -