dt_next_month_name (public)
dt_next_month_name year month
Defined in packages/acs-datetime/tcl/acs-datetime-procs.tcl
- Parameters:
- year (required)
- month (required)
- Returns:
- Localized name of the next month
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- dt_localized_procs
Source code: try { return [lc_time_fmt [lc_clock_to_ansi [clock add [clock scan $year-$month-01] 1 month]] "%B"] } on error {errmsg} { ad_log warning "Cannot get name of previous month for $year-$month" return "" }XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-datetime/tcl/acs-datetime-procs.xql