Skip to content

Add LongDateTimeFormatWithFactionOfSecond format for date parsing#118

Merged
dreaminhex merged 2 commits intonHapiNET:masterfrom
jakubsuchybio:feature/fix-#104
Oct 23, 2020
Merged

Add LongDateTimeFormatWithFactionOfSecond format for date parsing#118
dreaminhex merged 2 commits intonHapiNET:masterfrom
jakubsuchybio:feature/fix-#104

Conversation

@jakubsuchybio
Copy link
Copy Markdown
Contributor

Fixes #104

Copy link
Copy Markdown
Collaborator

@dreaminhex dreaminhex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor spelling fix.

try
{
string[] dateFormats = new string[] {LongDateTimeFormat, ShortDateTimeFormat, LongDateTimeFormatWithSecond, LongDateTimeFormatWithOffset };
string[] dateFormats = new string[] {LongDateTimeFormat, ShortDateTimeFormat, LongDateTimeFormatWithSecond, LongDateTimeFormatWithOffset, LongDateTimeFormatWithFactionOfSecond };
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please correct spelling of "Faction" to "Fraction".

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@dreaminhex dreaminhex merged commit 87278ef into nHapiNET:master Oct 23, 2020
@jakubsuchybio jakubsuchybio deleted the feature/fix-#104 branch October 23, 2020 13:59
@milkshakeuk milkshakeuk added this to the v3.0.0.0 milestone Dec 1, 2020
@milkshakeuk
Copy link
Copy Markdown
Member

milkshakeuk commented Dec 1, 2020

@jakubsuchybio Merged this in from the master-backup branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Why DateTime parser doesn't support fraction of the seconds?

4 participants