OutSystems Forge 日本語データベース

V_FormatDateTime

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2015-10-29 1.1.2 Vanderson de Moura Vauruk 9.0.1.35 All All Libraries, Plug-ins
c#プログラムのパターンを使用して、完全な形式の日付プロジェクトを作成します。
この拡張は、c言語で使用可能なDateTime [C#]のすべての文字列形式を使用して日付をフォーマットすることを可能にするために作成されました。 - C#の例: カスタム日付時刻書式設定 M(月)、d(日)、h(12時)、H(24時)、m(分)、s(秒)、f(秒)、F (2番目の端数、末尾のゼロはトリムされます)、t(PMまたはAM)、z(時間帯) または 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

[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
戻る