Sha256: bfb8a1ad74c01b3d3b490576e492b02f42d2846ba7596982c4e201b5663f3b24
Contents?: true
Size: 391 Bytes
Versions: 20
Compression:
Stored size: 391 Bytes
Contents
# Author:: Eric Crane (mailto:eric.crane@mac.com) # Copyright:: Copyright (c) 2023 Eric Crane. All rights reserved. # # Conversion tool: String to Time. # require 'chronic' module Gloo module Convert class StringToTime # # Convert the given string value to time. # def convert( value ) return Chronic.parse( value ) end end end end
Version data entries
20 entries across 20 versions & 1 rubygems