
Calculates the number of business days between date A and date B. Holidays must be set in advance. Company’s original…

Calculates the duration between Datetime-A and Datetime-B; like elapsed days (e.g. “1.38 d”), hours (e.g. “33.33 h”), minutes (e.g. “2000.00…

Converts strings such as “2022-12-31” or “2022-12-31 00:00” to Datetime (or Date) data. Also supports strings like “2022/12/31” and “19700101”.…

Converts the date data in the specified column to yyyy-MM or yyyy format and appends the value to the end…

Calculates Business Day Count between datetime A and B to output as numerical value (days).

Calculates N business days after the specified date. If N is negative, returns N business days ago. It is necessary…

Determines whether the date value is Business Day or not. If holiday, returns the name of holiday. If Sat or…

Gets weekend Sundays of any date. If Sunday is specified, that day itself will be returned. If you want to…

Gets the string for the day of the week. The notation of the day is set in the config such…

Creates the Journal-Slips (TSV or Excel) for MoneyForward Cloud Accounting. It supports not only batch sales invoices but also invoices…

Converts the datetime in time zone A to the datetime in time zone B. Any time zone can be set…

Converts Datetime type data (“2021-12-31 20:34” JST) into ISO 8601 datetime string data (“2021-12-31T20:34:00+09:00” or “2021-12-31T11:34:00Z”). As a general rule…

Converts ISO 8601 datetime string data (“2021-12-31T20:34:56+09:00”, “2021-12-31T11:34:56.789Z”, etc.) to Datetime type data (“2021-12-31 20:34”). The Datetime type data is…

Converts a timestamp number (UNIX time) to datetime data. That is, the number of seconds elapsed since UTC 1970-01-01 00:00:00…

Gets weather history for the specific time from OpenWeather (corrected to zero minutes) with the specified latitude and longitude. Temperature,…

Gets weather forecast for the specific time (corrected to zero minutes) from OpenWeather with specifying latitude and longitude of the…

Gets weather forecast for the specific date from OpenWeather with specifying latitude and longitude of the world. Not only temperature,…