Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LocaleDefaultTag = LocaleTag("en-US") LocaleTagChinese = LocaleTag("zh-CN") LocaleTagFrench = LocaleTag("fr-FR") LocaleTagGerman = LocaleTag("de-DE") LocaleTagItalian = LocaleTag("it-IT") LocaleTagJapanese = LocaleTag("ja-JP") LocaleTagPortuguese = LocaleTag("pt-PT") LocaleTagSpanish = LocaleTag("es-ES") )
Functions ¶
Types ¶
type Props ¶
type Props struct { ID string Class string LocaleTag LocaleTag Value *time.Time Name string InitialMonth int // Optional: 0-11 (Default: current or from Value). Controls the initially displayed month view. InitialYear int // Optional: (Default: current or from Value). Controls the initially displayed year view. StartOfWeek *Day // Optional: 0-6 [Sun-Sat] (Default: 1). RenderHiddenInput bool // Optional: Whether to render the hidden input (Default: true). Set to false when used inside DatePicker. }
Click to show internal directories.
Click to hide internal directories.