vimsheet.formula.functions.date_funcs

Date/Time built-in functions.

vimsheet.formula.functions.date_funcs.fn_today()[source]
Return type:

Any

vimsheet.formula.functions.date_funcs.fn_now()[source]
Return type:

Any

vimsheet.formula.functions.date_funcs.fn_date(y, m, d)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.date_funcs.fn_time(h, m, s)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.date_funcs.fn_year(date)[source]
Parameters:

date (Any)

Return type:

Any

vimsheet.formula.functions.date_funcs.fn_month(date)[source]
Parameters:

date (Any)

Return type:

Any

vimsheet.formula.functions.date_funcs.fn_day(date)[source]
Parameters:

date (Any)

Return type:

Any

vimsheet.formula.functions.date_funcs.fn_hour(dt)[source]
Parameters:

dt (Any)

Return type:

Any

vimsheet.formula.functions.date_funcs.fn_minute(dt)[source]
Parameters:

dt (Any)

Return type:

Any

vimsheet.formula.functions.date_funcs.fn_second(dt)[source]
Parameters:

dt (Any)

Return type:

Any

vimsheet.formula.functions.date_funcs.fn_datedif(d1, d2, unit)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.date_funcs.fn_edate(date, months)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.date_funcs.fn_eomonth(date, months)[source]
Parameters:
Return type:

Any

vimsheet.formula.functions.date_funcs.fn_weekday(date)[source]
Parameters:

date (Any)

Return type:

Any

vimsheet.formula.functions.date_funcs.fn_weeknum(date)[source]
Parameters:

date (Any)

Return type:

Any

vimsheet.formula.functions.date_funcs.fn_networkdays(d1, d2)[source]
Parameters:
Return type:

Any