Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(fix) O3-2489 - toDateObjectStrict returns null if the passed string is not considered a valid date #963

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Mar 31, 2024

  1. O3-2489 - toDateObjectStrict returns null if the passed string is not…

    … considered a valid date
    
    Making sure the toDateObjectString function fails when a null date is passed
    lugandahymnalnew committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    41da06d View commit details
    Browse the repository at this point in the history
  2. O3-2489 - toDateObjectStrict returns null if the passed string is not…

    … considered a valid date
    
    Making sure the toDateObjectString function fails when a null date is passed
    kitaroghope committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    52ec985 View commit details
    Browse the repository at this point in the history
  3. O3-2489 - toDateObjectStrict returns null if the passed string is not…

    … considered a valid date 1
    
    Making sure the toDateObjectString function fails when a null date is passed
    kitaroghope committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    a177b3d View commit details
    Browse the repository at this point in the history
  4. O3-2489 - toDateObjectStrict returns null if the passed string is not…

    … considered a valid date
    
    Making sure the toDateObjectString throws an error when a none supported date is passed to it.
    kitaroghope committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c385325 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    317f0a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. O3-2489 - toDateObjectStrict returns null if the passed string is not…

    … considered a valid date
    
    Making the `toDateObjectStrict` throw are more direct error message when an unsupported date is passed to it.
    kitaroghope committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b110400 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. (fix) O3-2489 - toDateObjectStrict returns null if the passed string …

    …is not considered a valid date
    kitaroghope committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3d92049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e38afb View commit details
    Browse the repository at this point in the history
  3. (fix) O3-2489 - toDateObjectStrict returns null if the passed string…

    … is not considered a valid date
    kitaroghope committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5d61d8f View commit details
    Browse the repository at this point in the history