package calendar
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Library for handling dates and times in your program
Install
dune-project
Dependency
Authors
Maintainers
Sources
v3.0.0.tar.gz
md5=8c7207407fc6b4d0bd3d05ed3c13f91a
sha512=cf8a5cfbfb8879da7bcacf765d5461523cbc4f0c13133dfb2f311b051ed95b5f72815af5ca2836294a793d9b57bfc4cc1abbb8b54e17954cb4ecc99e1743bdc3
doc/calendar/CalendarLib/index.html
Module CalendarLibSource
Generic calendar implementation.
module Calendar_sig : sig ... endCalendar interface. A calendar combines a date and a time: it may be seen as a 6-uple (year, month, day, hour, minute, second).
module Date_sig : sig ... endDate interface. A date may be seen as a triple (year, month, day).
module Period : sig ... endA period represents the time passed between two events (a date, a time...). Only an interface defining arithmetic operations on periods is defined here. An implementation of this interface depends on the kind of an event (see module Time.Period, Date.Period and Calendar.Period).
Pretty printing and parsing from string. In the following, an "event" is either a date or a time or a calendar.
module Time_sig : sig ... endTime interface. A time may be seen as a triple (hour, minute, second).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>