French Republican calendar: Difference between revisions

Content added Content deleted
(julia example)
Line 820: Line 820:


=={{header|Julia}}==
=={{header|Julia}}==
To stay within historical dates, will throw a domain error if the French Republican date is outside the interval the calendar was actually used.
<lang julia>using Dates
<lang julia>using Dates


Line 916: Line 917:
31 December 1805 => (10, "Nivôse", 14)
31 December 1805 => (10, "Nivôse", 14)
</pre>
</pre>



=={{header|Kotlin}}==
=={{header|Kotlin}}==