ng-xtend API documentation
    Preparing search index...

    Class ManagedDataHandler<Type>

    A general data handler that manages an optional _id field and Date fields from / to json

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Parses a date string into a Date object, handling optional timezone annotations

      Parameters

      • dateAsString: string | null | undefined

        The date string to parse

      Returns Date | null | undefined

      A Date object, null for null input, or undefined if parsing fails