dt_ansi_to_julian |
|
|
dt_ansi_to_julian_single_arg |
|
Splits the ANSI date into year, month and day, and calls dt_ansi_to_julian
to transform it to Julian. |
dt_ansi_to_list |
|
Parses the given ansi_date string into a list of year, month, day,
hour, minute, and second. |
dt_ansi_to_pretty |
|
Converts an ANSI date into a localzed one. |
dt_export_value |
|
Makes a hidden form item w/ given name and value |
dt_first_day_of_month |
|
|
dt_format |
|
This proc should not be used, because it does not take internationalization into account. |
dt_get_info |
|
Calculates various dates required by the dt_widget_month
procedure. |
dt_hour_diff |
|
24-hour times input (23:00,02:00). |
dt_interval_check |
|
Checks the values of start and end to see if they form a valid
time interval. |
dt_julian_to_ansi |
|
|
dt_left_arrow |
|
|
dt_midnight_p |
|
Check if a time is midnight. |
dt_month_abbrev |
|
|
dt_month_names |
|
|
dt_navbar_month |
|
|
dt_navbar_view |
|
|
dt_navbar_year |
|
If this is a month or year view, returns the current year with
links to previous and next. |
dt_next_month |
|
|
dt_next_month_name |
|
|
dt_no_time_p |
|
This decides whether an item is without a time, which is also our
definition of an all-day event. |
dt_num_days_in_month |
|
|
dt_precision |
|
|
dt_prev_month |
|
|
dt_prev_month_name |
|
|
dt_right_arrow |
|
|
dt_round_to_precision |
|
Rounds the given number to the given precision,
i.e. |
dt_sysdate |
|
|
dt_systime |
|
|
dt_trim_leading_zeros |
|
|
dt_valid_time_p |
|
|
dt_widget_calendar_navigation |
|
This proc creates a mini calendar useful for navigating various
calendar views. |
dt_widget_calendar_year |
|
DEPRECATED: this api is never used in upstream code. |
dt_widget_datetime |
|
|
dt_widget_day |
|
Returns a calendar for a specific day, with details supplied by
hour. |
dt_widget_list |
|
create a listing widget for lists
(ben) I would like to ask forgiveness from the coding gods for this proc. |
dt_widget_maybe_range |
|
DEPRECATED: this proc was only used inside of now deprecated
dt_widget_datetime. |
dt_widget_month |
|
|
dt_widget_month_centered |
|
DEPRECATED: modern HTML5 feature make this widget less
relevant. |
dt_widget_month_names |
|
DEPRECATED: modern HTML5 feature make this widget less
relevant. |
dt_widget_month_small |
|
DEPRECATED: modern HTML5 feature make this widget less
relevant. |
dt_widget_numeric_range |
|
DEPRECATED: this widget would be difficult to style and is
actually simpler to inline such an idiom in one's tcl or adp
code. |
dt_widget_week |
|
Returns a calendar for a specific week, with details supplied by
Julian date. |
dt_widget_year |
|
|