OutSystems Forge 日本語データベース

Date Time Picker Range

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

Forge英文サイト

2018-08-22 1.0.2 Paulo Cação All All Widgets, Libraries
日付範囲、日付、時刻を選択するためのJavaScriptコンポーネント。
日付範囲、日付、時刻を選択するためのJavaScriptコンポーネント。 コンポーネントはJqueryとMomentJをインポートします。 すべてのドキュメントはこちら(http://www.daterangepicker.com/)で読むことができます。 オプション 説明 タイプ inputTextのInputIdInput Id FormatDate時刻formate。 例: "YYYY-MM-DD HH:mm"テキスト TimePicker24Hour(true / false)AM / PM selection.Booleanを削除して、12時間の代わりに24時間を使用します。 TimePicker(true / false)dates.Booleanに加えて時刻を選択する選択ボックスを追加します。 TimePickerSeconds(true / false)timePicker.Booleanに秒を表示します。 StartDate最初に選択した日付範囲の開始日。 文字列を指定する場合は、ロケール設定に設定されている日付形式の文字列と一致する必要があります。 EndDate最初に選択した日付範囲の終了日.Date Time

[Overview]
A JavaScript component for choosing date ranges, dates and times.
[Detail]
A JavaScript component for choosing date ranges, dates and times. The component import Jquery and MomentJs. You can read all documentation here (http://www.daterangepicker.com/). Option Description Type InputIdInput Id of the inputText FormatDate Time formate. Example: "YYYY-MM-DD HH:mm"Text TimePicker24Hour(true/false) Use 24-hour instead of 12-hour times, removing the AM/PM selection.Boolean TimePicker(true/false) Adds select boxes to choose times in addition to dates.Boolean TimePickerSeconds(true/false) Show seconds in the timePicker.Boolean StartDateThe beginning date of the initially selected date range. If you provide a string, it must match the date format string set in your locale setting.Date Time EndDateThe end date of the initially selected date range.Date Time
戻る