module CSL::DatePart
Public Instance Methods
Source
# File lib/csl/date_part.rb, line 20 def form case when has_form? attributes[:form].to_s when day? 'numeric' else 'long' end end
Source
# File lib/csl/date_part.rb, line 4 def range_delimiter attributes.fetch(:'range-delimiter', '') end