Skip to content

Releases: Clarilab/claridate

v1.3.4

06 Oct 11:23
797495d
Compare
Choose a tag to compare
Merge pull request #9 from Clarilab/fix/allow-two-digit-years

v1.3.3

08 Aug 11:35
e93c0f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

27 Jul 14:33
5a19d29
Compare
Choose a tag to compare

fix: TransformToDashedDate("9 May. 1970") now returns 1970-05-9 instead of an error

v1.3.1

27 Jul 13:32
0b9d8b9
Compare
Choose a tag to compare

fix: TransformToDashedDate("30 Jul. 1957") now returns 1957-07-30 instead of an error

v.1.3.0

18 Jul 13:43
226c8d1
Compare
Choose a tag to compare

TransformToDashedDate() now supports short month date parsing logic

e.g. 30 Jul 1957 returns 1957-07-30

Handle dashed date strings with year last

24 Apr 11:34
0be0eea
Compare
Choose a tag to compare
v1.2.0

Merge pull request #2 from Clarilab/feature/handle_dashed_date_with_y…

Feature: Handle forward slashes

19 Apr 14:09
f1dfbd3
Compare
Choose a tag to compare

Extends the TransforToDashedDate() function with the ability to recognize dates separated with dashes, eg "27/07/1976" or "2007/10/30".

v1.0.3

29 Mar 07:48
Compare
Choose a tag to compare
update code doc

Initial release

28 Mar 15:12
Compare
Choose a tag to compare
v1.0.0

update code doc