Skip to content

classes_lib_controls_locale_timeformatex.class

Daniel Spors edited this page Dec 19, 2023 · 3 revisions

Classes in file lib/controls/locale/timeformatex.class.php

class TimeFormatEx

This is a checkbox allowing to choose if timezone information shall be added to date/time formats. Showns an inline sample of how this will look like

Extends: Control » Renderable

RefreshSample

INTERNAL Will create a new sample based on changed settings.

__construct

Definition: public function __construct($culture_code, $date_format, $time_format, $timezone=false, $append_timezone=false)

Returns: NOT DOCUMENTED

Parameters:

  • string $culture_code Code of current CultureInfo

  • mixed $date_format Chosen date format

  • mixed $time_format Chosen time format

  • string $timezone Currently chosen timezone

  • bool $append_timezone If true timezome will be appended

Clone this wiki locally