DateHandling

molecule.base.util.DateHandling
trait DateHandling extends RegexMatching

Attributes

Source
DateHandling.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait BaseHelpers
class MetaAttr
class MetaNs
class MetaPart
class MetaSchema
trait CodeGenBase
object _ExprAttr.type
object _ExprMapMan.type
object _ExprMapOpt.type
object _ExprMapTac.type
object _ExprOneMan.type
object _ExprOneOpt.type
object _ExprOneTac.type
object _ExprSetMan.type
object _ExprSetOpt.type
object _ExprSetTac.type
object _Aggregates.type
object _ModelOps.type
object _Nested.type
object _SortAttrs.type
object _Model.type
object _ModelTransformations.type
class CoreGenBase
object _Actions.type
object _Insert.type
object _UnpickleTpl.type
object _PickleTpl.type
object _InsertResolvers.type
object _InsertValidators.type
object _InsertValueResolvers.type
object _MoleculeImplicits.type
trait Model
object Model.type
trait BaseOps
trait InsertOps
trait SaveOps
trait UpdateOps
trait LambdasBase
trait LambdasOne
trait LambdasSet
trait SqlQueryBase
object fns.type
Show all

Members list

Type members

Inherited classlikes

implicit class Regex(sc: StringContext)

Attributes

Inherited from:
RegexMatching
Source
RegexMatching.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def date2datomic(date: Date): String

Attributes

Source
DateHandling.scala
def date2str(date: Date, zoneOffset: ZoneOffset): String

Attributes

Source
DateHandling.scala
def daylight(ms: Long): Int

Attributes

Source
DateHandling.scala
def expandDateStr(dateStr: String): String

Attributes

Source
DateHandling.scala
def localOffset: String

Attributes

Source
DateHandling.scala
def localZoneOffset: ZoneOffset

Attributes

Source
DateHandling.scala
def str2date(s: String, zoneOffset: ZoneOffset): Date

Attributes

Source
DateHandling.scala
def str2zdt(s: String, zoneOffset: ZoneOffset): ZonedDateTime

Attributes

Source
DateHandling.scala
def truncateDateStr(dateStr: String): String

Attributes

Source
DateHandling.scala
def zone: ZoneId

Attributes

Source
DateHandling.scala

Implicits

Inherited implicits

final implicit def Regex(sc: StringContext): Regex

Attributes

Inherited from:
RegexMatching
Source
RegexMatching.scala