﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Crosslight - Creating field DateTime</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Creating-field-DateTime/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Creating field DateTime</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Creating-field-DateTime/</link><pubDate>Tue, 25 Aug 2015 03:41:01 GMT</pubDate><dc:creator>leo.c</dc:creator><category>android</category><category>DateTime</category><category>Crosslight</category><description>&lt;p&gt;Hi Gabriel,&lt;/p&gt;&lt;p&gt;I have modified your sample by adding datepicker and timepicker.&amp;nbsp;The Following are the modification I have done on your project:&lt;br&gt;&lt;span style="font-size: 10pt;"&gt;1. PageTesteViewModel&lt;br&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp; &amp;nbsp; Add a new DateTime type property.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;2.&amp;nbsp;PageTest.axml&lt;br&gt;&amp;nbsp; &amp;nbsp; add DatePicker and TimePicker&lt;/p&gt;&lt;p&gt;3. TesteBindingProvider&lt;br&gt;&amp;nbsp; &amp;nbsp; Bind DatePicker and TimePicker to ViewModel's DisplayDate Property.&lt;br&gt;&lt;/p&gt;&lt;pre&gt;this.AddBinding("datePicker1", BindableProperties.ValueProperty, new BindingDescription("DisplayDate", BindingMode.TwoWay));this.AddBinding("timePicker1", BindableProperties.ValueProperty, new BindingDescription("DisplayDate", BindingMode.TwoWay));&lt;/pre&gt;&lt;p&gt;&lt;br&gt;That should do it.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Leo&lt;/p&gt;</description></item><item><title>Creating field DateTime</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Creating-field-DateTime/</link><pubDate>Mon, 24 Aug 2015 20:47:03 GMT</pubDate><dc:creator>gabrielswapi</dc:creator><category>android</category><category>DateTime</category><category>Crosslight</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;I am creating a test project, in order to study on the Crosslight, but I am facing a problem, as it would be to be able to create a DateTime field to the User to choose a date? I'm not sure what to put in the Layout (axml) in BindingProviders and ViewModel&lt;/p&gt;&lt;p&gt;I am sending herewith my test project.&lt;/p&gt;</description></item></channel></rss>