1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/pkg/stdlib/datetime
Tim Voronov 1af8b37a0f
New type system (#232)
* New type system

* Fixed dot notation for HTML elements
2019-02-13 12:31:18 -05:00
..
add_subtract_test.go fixed a bug when adding/subtrating did not take an amount of units (#181) 2018-11-18 11:00:52 -05:00
add_subtract.go New type system (#232) 2019-02-13 12:31:18 -05:00
compare_test.go added DateCompare function (#182) 2018-11-19 19:49:34 -05:00
compare.go New type system (#232) 2019-02-13 12:31:18 -05:00
date_test.go Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
date.go New type system (#232) 2019-02-13 12:31:18 -05:00
day_test.go Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
day.go New type system (#232) 2019-02-13 12:31:18 -05:00
dayofweek_test.go Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
dayofweek.go New type system (#232) 2019-02-13 12:31:18 -05:00
dayofyear_test.go Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
dayofyear.go New type system (#232) 2019-02-13 12:31:18 -05:00
daysinmonth_test.go Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
daysinmonth.go New type system (#232) 2019-02-13 12:31:18 -05:00
diff_test.go Feature/#8 date diff (#175) 2018-11-13 16:58:40 -05:00
diff.go New type system (#232) 2019-02-13 12:31:18 -05:00
format_test.go added DATE_DAYOFYEAR, DATE_MILLISECOND, DATE_LEAPYEAR, DATE_QUARTER, DATE_DAYS_IN_MONTH, DATE_FORMAT functions (#157) 2018-11-05 11:54:36 -05:00
format.go New type system (#232) 2019-02-13 12:31:18 -05:00
helpers_test.go New type system (#232) 2019-02-13 12:31:18 -05:00
hour_test.go Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
hour.go New type system (#232) 2019-02-13 12:31:18 -05:00
leapyear_test.go Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
leapyear.go New type system (#232) 2019-02-13 12:31:18 -05:00
lib.go Feature/#8 date diff (#175) 2018-11-13 16:58:40 -05:00
millisecond_test.go Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
millisecond.go New type system (#232) 2019-02-13 12:31:18 -05:00
minute_test.go Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
minute.go New type system (#232) 2019-02-13 12:31:18 -05:00
month_test.go Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
month.go New type system (#232) 2019-02-13 12:31:18 -05:00
now_test.go Feature/#8 datetime (#153) 2018-10-31 19:26:36 -04:00
now.go Feature/#8 datetime (#152) 2018-10-30 15:59:18 -04:00
quarter_test.go Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
quarter.go New type system (#232) 2019-02-13 12:31:18 -05:00
second_test.go Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
second.go New type system (#232) 2019-02-13 12:31:18 -05:00
unit.go added DateCompare function (#182) 2018-11-19 19:49:34 -05:00
year_test.go Added one more test case into pkg/stdlib/datetime (#161) 2018-11-05 14:48:00 -05:00
year.go New type system (#232) 2019-02-13 12:31:18 -05:00