Class Date
In: lib/features/localized_date_and_time.rb
Parent: Object

Constants

MONTHNAMES = ArkanisDevelopment::SimpleLocalization::CachedLangSectionProxy.new :sections => [:dates, :monthnames] do |localized_data| [nil] + localized_data
DAYNAMES = ArkanisDevelopment::SimpleLocalization::CachedLangSectionProxy.new :sections => [:dates, :daynames]
ABBR_MONTHNAMES = ArkanisDevelopment::SimpleLocalization::CachedLangSectionProxy.new :sections => [:dates, :abbr_monthnames] do |localized_data| [nil] + localized_data

[Validate]