Skip to content

Commit 5de52a8

Browse files
committed
DateParser.dll v. 1.0.6337.38019 DOI.
1 parent d1f9101 commit 5de52a8

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ It allows to easily deal with a wide variety of situations involving units of me
1919
Among its most salient features are: user-defined exception triggering and gracefully managing numeric values of any size.
2020

2121

22-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.439942.svg)](https://doi.org/10.5281/zenodo.439942) [NumberParser](https://customsolvers.com/number_parser/) ([last release](https://github.com/varocarbas/FlexibleParser/releases/tag/NumberParser_1.0.6302.28051), [readme file](https://github.com/varocarbas/FlexibleParser/blob/master/all_readme/NumberParser.md), [code analysis](https://varocarbas.com/number_parser_code/))<br/>It provides a common framework for all the .NET numeric types. Main features: exceptions managed internally; beyond-double-range support; custom mathematical functionalities.
22+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.439942.svg)](https://doi.org/10.5281/zenodo.439942) [NumberParser](https://customsolvers.com/number_parser/) ([last release](https://github.com/varocarbas/FlexibleParser/releases/tag/NumberParser_1.0.6302.28051), [readme file](https://github.com/varocarbas/FlexibleParser/blob/master/all_readme/NumberParser.md), [code analysis](https://varocarbas.com/number_parser_code/))<br/>
23+
It provides a common framework for all the .NET numeric types. Main features: exceptions managed internally; beyond-double-range support; custom mathematical functionalities.
2324

2425

25-
[DateParser](https://customsolvers.com/date_parser/) ([last release](https://github.com/varocarbas/FlexibleParser/tree/master/all_code/DateParser/Source), [readme file](https://github.com/varocarbas/FlexibleParser/blob/master/all_readme/DateParser.md))<br/>It enhances the default .NET date/time support, mostly via improving the usability of its main type and accounting for a big amount of additional time zone information.
26+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.573734.svg)](https://doi.org/10.5281/zenodo.573734) [DateParser](https://customsolvers.com/date_parser/) ([last release](https://github.com/varocarbas/FlexibleParser/releases/tag/DateParser_1.0.6337.38019), [readme file](https://github.com/varocarbas/FlexibleParser/blob/master/all_readme/DateParser.md))<br/>
27+
It enhances the default .NET date/time support, mostly via improving the usability of its main type and accounting for a big amount of additional time zone information.
2628

2729

2830
## Authorship & Copyright

all_code/DateParser/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# DateParser
22

3-
[Master source code](https://github.com/varocarbas/FlexibleParser/tree/master/all_code/DateParser/Source)
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.573734.svg)](https://doi.org/10.5281/zenodo.573734)
44

5-
[https://customsolvers.com/date_parser/](https://customsolvers.com/date_parser/) (ES: [https://customsolvers.com/date_parser_es/](https://customsolvers.com/date_parser_es/)) -- [NuGet package](https://www.nuget.org/packages/DateParser/)
5+
[Last release](https://github.com/varocarbas/FlexibleParser/releases/tag/DateParser_1.0.6337.38019) -- [Master source code](https://github.com/varocarbas/FlexibleParser/tree/master/all_code/DateParser/Source)
6+
7+
[https://customsolvers.com/date_parser/](https://customsolvers.com/date_parser/) (ES: [https://customsolvers.com/date_parser_es/](https://customsolvers.com/date_parser_es/)) -- [NuGet package](https://www.nuget.org/packages/DateParser/) -- [Video](https://www.youtube.com/watch?v=E2JT2w66uyc)
68

79
## Introduction
810

@@ -66,7 +68,7 @@ dateP.Week = DayOfWeek.Friday;
6668
dateP.TimeZoneOffset = 3m;
6769
```
6870

69-
## Time zones
71+
## Time Zones
7072

7173
DateParser supports 6 different types of time zones, each of them is defined by a main class and an enum:
7274
- [```TimeZoneOfficial```](https://github.com/varocarbas/FlexibleParser/blob/master/all_code/DateParser/Source/TimeZones/Types/Official/TimeZones_Types_Official_Constructors.cs)/[```TimeZoneOfficialEnum```](https://github.com/varocarbas/FlexibleParser/blob/master/all_code/DateParser/Source/TimeZones/Types/Official/Hardcoding/TimeZones_Types_Official_Hardcoding_Main.cs).

all_readme/DateParser.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# DateParser
22

3-
[Master source code](https://github.com/varocarbas/FlexibleParser/tree/master/all_code/DateParser/Source)
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.573734.svg)](https://doi.org/10.5281/zenodo.573734)
44

5-
[https://customsolvers.com/date_parser/](https://customsolvers.com/date_parser/) (ES: [https://customsolvers.com/date_parser_es/](https://customsolvers.com/date_parser_es/)) -- [NuGet package](https://www.nuget.org/packages/DateParser/)
5+
[Last release](https://github.com/varocarbas/FlexibleParser/releases/tag/DateParser_1.0.6337.38019) -- [Master source code](https://github.com/varocarbas/FlexibleParser/tree/master/all_code/DateParser/Source)
6+
7+
[https://customsolvers.com/date_parser/](https://customsolvers.com/date_parser/) (ES: [https://customsolvers.com/date_parser_es/](https://customsolvers.com/date_parser_es/)) -- [NuGet package](https://www.nuget.org/packages/DateParser/) -- [Video](https://www.youtube.com/watch?v=E2JT2w66uyc)
68

79
## Introduction
810

0 commit comments

Comments
 (0)