0.0.2 • Published 4 years ago
epoetin v0.0.2
epoetin
Working with dates in a simple way: using Unix Epoch times.
Working with dates in a simple way: using Unix Epoch times.
epoch_now()
epoch_noon(e)
epoch_to_str(e, fmt = 'DD/MM/YYYY')
epoch_from_date(d)
epoch_from_str(e, fmt = 'DD/MM/YYYY')
epoch_from_parts(y, m, d)
epoch_get_seconds(e)
epoch_get_minutes(e)
epoch_get_hour(e)
epoch_get_day(e)
epoch_get_week_day(e)
epoch_get_month(e)
epoch_get_year(e)
epoch_get_month_name(month, long=false)
epoch_are_same_day(e1, e2)
epoch_diff(e1, e2, w= 'seconds')
epoch_add_days(e, n)
epoch_add_months(e, n)
epoch_add_years(e, n)
epoch_sub_months(e, n)
epoch_first_of_month(e)
epoch_last_of_month(e)
epoch_first_of_week(e)
epoch_last_of_week(e)
epoch_range(efrom, eto, includeTo= true)