<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Date form control in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/date-form-control/m-p/57677#M20698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As&amp;nbsp;&lt;STRONG style="background-color: #ffffff; color: #727174;"&gt;dos_to_date.ftl&lt;/STRONG&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;nbsp;component is not oob alfresco component, so you need to add content of it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;You can use daterange control of alfresco.If required you can customize it as well.It is saving from date and to date separated by pipe("|"), so you will be able to validate it inside the, validation handler.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2018 05:25:17 GMT</pubDate>
    <dc:creator>krutik_jayswal</dc:creator>
    <dc:date>2018-08-20T05:25:17Z</dc:date>
    <item>
      <title>Date form control</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/date-form-control/m-p/57676#M20697</link>
      <description>I have created customized content model&amp;nbsp; where 2 date control are there.1)FromDate 2)ToDateNow I want populate ToDate whenever FromDate change(base on some logic) and another is validation where ToDate should not be greater than FromDate(I have achieved this thing using validation-handler but the pr</description>
      <pubDate>Sat, 18 Aug 2018 10:33:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/date-form-control/m-p/57676#M20697</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2018-08-18T10:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date form control</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/date-form-control/m-p/57677#M20698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As&amp;nbsp;&lt;STRONG style="background-color: #ffffff; color: #727174;"&gt;dos_to_date.ftl&lt;/STRONG&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;nbsp;component is not oob alfresco component, so you need to add content of it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;You can use daterange control of alfresco.If required you can customize it as well.It is saving from date and to date separated by pipe("|"), so you will be able to validate it inside the, validation handler.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 05:25:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/date-form-control/m-p/57677#M20698</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-08-20T05:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date form control</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/date-form-control/m-p/57678#M20699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have create validation handler and it work but it calling on&amp;nbsp; &amp;nbsp;keyup event of every field of form not for that particular field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 05:38:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/date-form-control/m-p/57678#M20699</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2018-08-20T05:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date form control</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/date-form-control/m-p/57679#M20700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Validation handler is component of form and not the component of any particular field.So whenever any field will gget changed it will try to validate all fields(by calling all validation handler).Validation handler will get called at the time of form submission as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you&amp;nbsp;would like to do something apart from validation you can do it inside, date-range.js file.Use Extension mechanism for extending it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 06:12:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/date-form-control/m-p/57679#M20700</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-08-20T06:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date form control</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/date-form-control/m-p/57680#M20701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do the pretty much the same thing as&amp;nbsp; &lt;SPAN style="background-color: #ffffff; color: #8b8b8b; "&gt;Sanjay, input Start date and End date and validate the end date is greater than start date. I'm trying to use the daterange.ftl control, it shows normally in my form however the icon form datepicker is kind of disabled, it doesn't open the datepicker to select a date and therefore it's impossible to fill in the date. For some reason, whenever i put the daterange.ftl,all datepickers would stop working within the form. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #8b8b8b; "&gt;Any idea what could be the issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #8b8b8b; "&gt;In my aspect, here's the property &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #8b8b8b; "&gt; &amp;lt;property name="lrwf:daterange"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Date Range&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt; &lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #8b8b8b; "&gt;In share-config-custom.xml:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #8b8b8b; "&gt; &amp;lt;field id="lrwf:daterange"&amp;gt;&lt;BR /&gt; &amp;lt;control template="/org/alfresco/components/form/controls/daterange.ftl" /&amp;gt;&lt;BR /&gt; &amp;lt;/field&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #8b8b8b; "&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 09:04:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/date-form-control/m-p/57680#M20701</guid>
      <dc:creator>edagher</dc:creator>
      <dc:date>2019-03-07T09:04:03Z</dc:date>
    </item>
  </channel>
</rss>

