Concerning this problem, one option I found is to get far away of the
Voyage/Mongo Date/DateAndTime representation/conversion and stick to
string, not really efficience, but well...
mongoBirthday
<mongoDescription>
^ VOToOneDescription new
�� �� �� �� attributeName: 'birthday';
�� �� �� �� accessor: (MAPluggableAccessor
�� �� �� �� �� �� �� �� read: [:person | person birthday ifNotNil: [person birthday yyyymmdd]]
�� �� �� �� �� �� �� �� write: [:person :string |string ifNotNil: [person birthday: string
asDate]]);
�� �� �� �� yourself
Le 03/03/2017 �� 21:12, Hilaire a ��crit :
> Not sure it is related to this:
> http://forum.world.st/Possible-bug-with-Voyage- Mongo-date-tt4735597.html
--
Dr. Geo
http://drgeo.eu
If you reply to this email, your message will be added to the discussion below:http://forum.world.st/Voyage-and-Date-tp4937235p4937262. html To start a new topic under Pharo Smalltalk Users, email [hidden email]
To unsubscribe from Pharo Smalltalk Users, click here.
NAML