2015-10-29
1.1.2
Vanderson de Moura Vauruk
9.0.1.35
All
All
Libraries, Plug-ins
[Overview]
Project create for complete format date, using the patterns from c# programer. - Examples in details.
[Detail]
This extension was drawn up order to allow it to be possible to format a date with time string using all String Format for DateTime [C #] available in the language, any questions I am available for any clarification.
- Examples in C#:
Custom DateTime Formatting
There are following custom format specifiers y (year), M (month), d (day), h (hour 12), H (hour 24), m (minute), s (second), f (second fraction), F (second fraction, trailing zeroes are trimmed), t (P.M or A.M) and z (time zone).
or
t="4:05 PM" ShortTime
d="3/9/2008" ShortDate
T="4:05:07 PM" LongTime
D="Sunday, March 09, 2008" LongDate
f="Sunday, March 09, 2008 4:05 PM" LongDate+ShortTime
F="Sunday, March 09, 2008 4:05:07 PM" FullDateTime
g="3/9/2008 4:05 PM" ShortDate+ShortTime
G="3/9/2008 4:05:07 PM" ShortDate+LongTime
m="March 09" MonthDay
y="March, 2008" YearMonth
r="Sun, 09 Mar 2008 16:05:07 GMT" RFC1123
s="2008-03-09T16:05:07" SortableDateTime
u="2008-03-09 16:05:07Z" UniversalSortableDateTime