Skip to content

Releases: yashvesikar/pydate-fns

Adding some is_* methods

14 Jan 23:46
Compare
Choose a tag to compare

Adding some is_* methods.

is_after
is_before
is_date
is_equal
is_exists
is_first_day_of_month
is_friday
is_last_day_of_month
is_leap_year
is_monday
is_same_day
is_same_hour
is_same_minute
is_same_month
is_same_second
is_same_year
is_saturday
is_sunday
is_thursday
is_tuesday
is_wednesday

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

Published!

05 Jan 06:46
Compare
Choose a tag to compare

Published the first release to pypi!
First release with the following methods:

add
add_days
add_hours
add_milliseconds
add_months
add_weeks
add_years
closest_to
is_after
is_before
start_of_day
sub_days
sub_months
to_date