Skip to content
Snippets Groups Projects
Commit f727ce63 authored by ronan.vignard's avatar ronan.vignard
Browse files

Formatage des dates pour affichage dans la la liste des carrières.

parent f40ebde3
No related branches found
No related tags found
1 merge request!81Ajout d'un sélecteur de dates pour la production
......@@ -146,6 +146,10 @@ carriere$ud_gestionnaire <- as.factor(carriere$ud_gestionnaire)
carriere$code_ape <- as.factor(carriere$code_ape)
production_carriere$annee <- as.factor(production_carriere$annee)
# Formatage des dates
carriere$date_debut_autorisation <- format(carriere$date_debut_autorisation,'%d/%m/%Y')
carriere$date_fin_autorisation <- format(carriere$date_fin_autorisation,'%d/%m/%Y')
# Millésime des données administratives
year_administrative <- '2021'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment