Module: DTGRAMMAR::FullDate0
- Defined in:
- lib/cbor-diagnostic-app/dtgrammar.rb
Instance Method Summary collapse
Instance Method Details
#date_fullyear ⇒ Object
516 517 518 |
# File 'lib/cbor-diagnostic-app/dtgrammar.rb', line 516 def date_fullyear elements[0] end |
#date_mday ⇒ Object
524 525 526 |
# File 'lib/cbor-diagnostic-app/dtgrammar.rb', line 524 def date_mday elements[4] end |
#date_month ⇒ Object
520 521 522 |
# File 'lib/cbor-diagnostic-app/dtgrammar.rb', line 520 def date_month elements[2] end |