q
This commit is contained in:
parent
434fdc2701
commit
e36f1472e6
|
|
@ -1187,6 +1187,12 @@ function changer_avenant_incorporation()
|
|||
});
|
||||
}
|
||||
|
||||
function get_age(dater)
|
||||
{
|
||||
var td2 = $("#datejourfr_C").datepicker("getDate");
|
||||
return age = td2.getFullYear()-dater.getFullYear();
|
||||
}
|
||||
|
||||
function controle_age(dater, codeLienParente)
|
||||
{
|
||||
age = get_age(dater);
|
||||
|
|
|
|||
|
|
@ -595,7 +595,7 @@ $activeChildId = $menuData['child'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.02.02"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.02.03"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
setInterval(function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user