<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>15 Nov 2016 11:43:00 Z</lastBuildDate><pubDate>15 Nov 2016 05:43:00 Z</pubDate><description>Hi,&#13;
&#13;
What out when assign value ..day , .. month , ..year&#13;
&#13;
if I want to assign 31 dec 2016&#13;
&#13;
what the different from these 2 test&#13;
&#13;
--- test 1 ---&#13;
m_date is date = today()&#13;
m_date..day = 31&#13;
m_date..month = 12&#13;
m_date..year = 2016&#13;
info(m_date)&#13;
&#13;
&#13;
--- test 2 ---&#13;
m_date is date = today()&#13;
m_date..year = 2016&#13;
m_date..month = 12&#13;
m_date..day = 31&#13;
info(m_date)&#13;
&#13;
&#13;
test1 will return 30 nov 2016 while test2 will return 31 dec 2016 .&#13;
&#13;
interesting right?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60354-wm21-android-what-out-when-assing-value-day/read.awp</link><title>[wm21 - android] what out when assing value to ..day ..month ..year</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60354-wm21-android-what-out-when-assing-value-day-60357/read.awp</comments><pubDate>15 Nov 2016 11:43:00 Z</pubDate><description>Hi Bart, you're absolutely right!&#13;
&#13;
I assigned the current date first, which is 20161115 then I assigned the day "31", which is…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60354-wm21-android-what-out-when-assing-value-day-60357/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60354-wm21-android-what-out-when-assing-value-day-60357/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60354-wm21-android-what-out-when-assing-value-day/read.awp">[wm21 - android] what out when assing value to ..day ..month ..year</source><title>Re: [wm21 - android] what out when assing value to ..day ..month ..year</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60354-wm21-android-what-out-when-assing-value-day-60356/read.awp</comments><pubDate>15 Nov 2016 08:35:00 Z</pubDate><description>I assume when you first assign the day property, you get an invalid date (31/11/2016), and the day will be reset to the last day…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60354-wm21-android-what-out-when-assing-value-day-60356/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60354-wm21-android-what-out-when-assing-value-day-60356/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60354-wm21-android-what-out-when-assing-value-day/read.awp">[wm21 - android] what out when assing value to ..day ..month ..year</source><title>Re: [wm21 - android] what out when assing value to ..day ..month ..year</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60354-wm21-android-what-out-when-assing-value-day-60355/read.awp</comments><pubDate>15 Nov 2016 07:12:00 Z</pubDate><description>Hi ccc2, that's great!&#13;
&#13;
myDate..Day = 31&#13;
myDate..Month = 12&#13;
myDate..Year = 2016&#13;
Info(myDate)&#13;
&#13;
My MyDate (WD 21) returns 2…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60354-wm21-android-what-out-when-assing-value-day-60355/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60354-wm21-android-what-out-when-assing-value-day-60355/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60354-wm21-android-what-out-when-assing-value-day/read.awp">[wm21 - android] what out when assing value to ..day ..month ..year</source><title>Re: [wm21 - android] what out when assing value to ..day ..month ..year</title></item></channel></rss>
