Skip to content

πŸ“… Time, a time-conversion library for gas-include

Notifications You must be signed in to change notification settings

MaartenDesnouck/gas-include-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Time, a time-conversion library for gas-include

$ npm i -g google-apps-script
$ gas new myProject && cd myProject
$ gas i -s time
$ gas push

Usage

Functions

Number of complete days between two dates

time_dayDiff(StartDate, EndDate);

Number of complete hours between two dates

time_hourDiff(StartDate, EndDate);

Number of complete minutes between two dates

time_minuteDiff(StartDate, EndDate);

Number of complete seconds between two dates

time_secondDiff(StartDate, EndDate);

About

πŸ“… Time, a time-conversion library for gas-include

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published