Sha256: 24ce7b6e095211ed0d87370885072ac972f2ad8cf9439b96a9732c5dd8ac1c43
Contents?: true
Size: 584 Bytes
Versions: 6
Compression:
Stored size: 584 Bytes
Contents
# mdJson 2.0 writer - citation # History: # Stan Smith 2017-03-11 refactored for mdJson/mdTranslator 2.0 # Josh Bradley original script require 'jbuilder' module ADIWG module Mdtranslator module Writers module MdJson module Date def self.build(hDate) Jbuilder.new do |json| json.date(AdiwgDateTimeFun.stringFromDateObject(hDate)) json.dateType hDate[:dateType] end end # build end # Date end end end end
Version data entries
6 entries across 6 versions & 1 rubygems