<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">Dear Fred,</span></div>
<div class="elementToProof"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">I modified the file following the directives you gave, but it seems it
 is not working. But my current message is not relative to the date filed, but the operator and date one.</span></div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div class="elementToProof ContentPasted0" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
I have reported that in ABCD 2.2.1 bet (sept 2022), updating a record deletes the OD field previous content and replaces it by a new one . Fortunately, I downloaded the version of dec 2022 and installed it on another computed, with the same database and noticed
 that this misfunctioning does occur no longer.  Then I updated the software on the first computer and the misfunctioning persists On the demo site (<a href="https://demo.abcd-community.org/" id="LPlnk221684">https://demo.abcd-community.org/</a>) ,I noticed
 the same misfunctioning.</div>
<div class="elementToProof ContentPasted0" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
The difference between the two local computers is the operating systems: Windows 11 in the case the misfunctioning exists and Windows 10 on the case it does not exist.</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Perhaps, this piece of information may help the team of developers to identify the problem and know how to fix it.</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Thanks</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Eustache M.</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div class="elementToProof"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof"><br>
</span></div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Fred Hommersom <fred.hommersom@xs4all.nl><br>
<b>Sent:</b> Thursday, December 22, 2022 12:56 PM<br>
<b>To:</b> isis-users@iccisis.org <isis-users@iccisis.org>; Eustache Męgnigbęto <eustache.megnigbeto@outlook.com><br>
<b>Subject:</b> Re: [Isis-users] Misfunctionning in date field handling in ABCD 2.2.1 beta</font>
<div> </div>
</div>
<div>Hello Eustace.<br>
The date format problem can probably be solved by modifications in your configuration.<br>
File htdocs/central/config.php contains the code:<br>
<font face="monospace">// USED FOR ALL THE DATE FUNCTIONS. DD=DAYS, MM=MONTH, AA=YEAR. USE / AS SEPARATOR<br>
if (isset($def["DATE_FORMAT"])){<br>
    $config_date_format=$def["DATE_FORMAT"];<br>
} else {<br>
    $config_date_format="d/m/Y";<br>
}<br>
</font>The characters of the date format are  defined in <a class="x_moz-txt-link-freetext" href="https://www.php.net/manual/en/datetime.formats.date.php">
https://www.php.net/manual/en/datetime.formats.date.php</a><br>
So d/m/Y implies <br>
<br>
<div class="x_moz-cite-prefix">Op 2022-11-17 om 16:49 schreef Fred Hommersom:<br>
</div>
<blockquote type="cite">Hello Eustache<br>
Thanks for your feedback.<br>
<br>
We will dig into this in order tp find what the problem is and react on it.<br>
This might be a 'sleeping' error, so it is possible that we send you some new code.<br>
Regards<br>
Fred<br>
<br>
<div class="x_moz-cite-prefix">Op 2022-11-17 om 16:16 schreef Eustache Męgnigbęto:<br>
</div>
<blockquote type="cite"><style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
Hello,</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<br>
</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
I downloaded yesterday the last version of ABCD at <a href="https://github.com/ABCD-DEVCOM/ABCD2" id="LPlnkOWALinkPreview" class="x_moz-txt-link-freetext">
https://github.com/ABCD-DEVCOM/ABCD2</a> and installed it.</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<br>
</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
I"m operating an existing database with 2 of the fields being data type. The first is (simple) date type (D in the FDT) and the second the date and operator type (OD in the FDT).</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<br>
</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
For the (simple) date field, when on choose the date from the displayed calendar, it transcripted into the field with the format mm/dd/yyyy instead of dd/mm/yyyy as in the previous version. I suppose that this could be fixed via the PHP configuration file.</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<br>
</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
For the OD field, I noticed that each time a record is updated the previous content of the field is deleted and a new one (the current) only is added. In the previous version of ABCD, each record updating adds an occurrence to the field.</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
This situation prevents tracking records modifications.</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
How to correct these situations ?</div>
<div class="x_elementToProof" style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
Many thanks in advance.<br>
</div>
<div class="x__Entity x__EType_OWALinkPreview x__EId_OWALinkPreview x__EReadonly_1">
<div id="LPBorder_GTaHR0cHM6Ly9naXRodWIuY29tL0FCQ0QtREVWQ09NL0FCQ0Qy" class="x_LPBorder919939" style="width:100%; margin-top:16px; margin-bottom:16px; max-width:800px; min-width:424px">
<table id="LPContainer919939" role="presentation" style="padding:12px 36px 12px 12px; width:100%; border-width:1px; border-style:solid; border-color:rgb(200,200,200); border-radius:2px">
<tbody>
<tr valign="top" style="border-spacing:0px">
<td>
<div id="LPImageContainer919939" style="margin-right:12px; height:120px; overflow:hidden; width:240px">
<a target="_blank" id="LPImageAnchor919939" href="https://github.com/ABCD-DEVCOM/ABCD2"><img id="LPThumbnailImageId919939" alt="" width="240" height="120" style="display:block" src="https://opengraph.githubassets.com/2ac3f8873cd15680729c4d938c0ef20be6caf6219a57ffa2503145b0821cccd4/ABCD-DEVCOM/ABCD2"></a></div>
</td>
<td style="width:100%">
<div id="LPTitle919939" style=""><a target="_blank" id="LPUrlAnchor919939" href="https://github.com/ABCD-DEVCOM/ABCD2" style="text-decoration:none">GitHub - ABCD-DEVCOM/ABCD2: ABCD v2.x based on CISIS</a></div>
<div id="LPDescription919939" style="font-size:14px; max-height:100px; color:rgb(102,102,102); font-family:"wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; margin-bottom:12px; margin-right:8px; overflow:hidden">
The name itself already expresses the ambition of the software suite : not only providing automation functions for the 'classic' libraries but also other information providers such as documentation centres.</div>
<div id="LPMetadata919939" style="font-size:14px; font-weight:400; color:rgb(166,166,166); font-family:"wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif">
github.com</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<br>
<br>
<fieldset class="x_moz-mime-attachment-header"></fieldset>
<pre class="x_moz-quote-pre">_______________________________________________
isis-users mailing list
<a class="x_moz-txt-link-abbreviated x_moz-txt-link-freetext" href="mailto:isis-users@iccisis.org">isis-users@iccisis.org</a>
To manage your own subscription options go to: <a class="x_moz-txt-link-freetext" href="http://lists.iccisis.org/listinfo/isis-users">http://lists.iccisis.org/listinfo/isis-users</a>
Or contact Henk Rutten: <a class="x_moz-txt-link-abbreviated x_moz-txt-link-freetext" href="mailto:hlrutten@xs4all.nl">hlrutten@xs4all.nl</a>
</pre>
</blockquote>
<br>
</blockquote>
<br>
</div>
</body>
</html>