Home
last modified time | relevance | path

Searched refs:DEFAULT_FORMAT (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DDateTag.php21 public const DEFAULT_FORMAT = "%A, %d %B %Y"; define in ComboStrap\\DateTag
31 …public static function formatDateString(string $date, string $format = DateTag::DEFAULT_FORMAT, st…
98 $format = $tagAttributes->getValue(DateTag::FORMAT_ATTRIBUTE, DateTag::DEFAULT_FORMAT);
H A DSnippet.php112 const DEFAULT_FORMAT = self::RAW_FORMAT; define in ComboStrap\\Snippet
163 private string $format = self::DEFAULT_FORMAT;
803 if ($this->format !== self::DEFAULT_FORMAT) {