summaryrefslogtreecommitdiff
path: root/doc/time/mon-min.rdoc
blob: 5bd430c74a75c27df3995d00dd2256971bd949ea (plain)
1
2
3
4
5
6
7
8
- +month+: a month value, which may be:
  - An integer month in the range <tt>1..12</tt>.
  - A 3-character string that matches regular expression
    <tt>/jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec/i</tt>.
- +day+: an integer day in the range <tt>1..31</tt>
  (less than 31 for some months).
- +hour+: an integer hour in the range <tt>0..23</tt>.
- +min+: an integer minute in the range <tt>0..59</tt>.