Commit Graph

7 Commits

Author SHA1 Message Date
Kazhnuz b2e49ab064 romme-calendar: add functions to get month/day names from date string
It'll allow the user to get these usefull infos directly from a date string, without having to convert it first
2018-11-08 22:22:23 +01:00
Kazhnuz b9f0a81178 romme-calendar: prefix name getting functions with repcal_
They don't use the romme date string, and are pretty generic for any republican calendar.
2018-11-08 21:55:54 +01:00
Kazhnuz d2575b7edb romme-calendar: add date_romme
Add a function to get the romme string from the current date.
2018-11-07 17:57:54 +01:00
Kazhnuz b333039cd1 romme-calendar: add way to get month, day and year from the romme string 2018-11-07 17:43:30 +01:00
Kazhnuz 087c917900 romme-calendar: better hierarchy of functions and comments 2018-11-07 17:36:18 +01:00
Kazhnuz 999f0b051d romme-calendar: add a function to get easily the month+day name 2018-11-07 17:21:55 +01:00
Kazhnuz 1151e22610 rebrand librairy as a romme republican calendar converter
Rebrand entirely library as a romme republican calendar converting library, as it doesn't (and won't) handle other system of counting. It mean a change in function names, in order to make all more similar.
2018-11-07 16:54:12 +01:00