<?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: How to disable back date on Due Date calendar at the time of task creation in work flows in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48936#M18968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you generated&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;date-picker.min.js file?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2018 09:48:52 GMT</pubDate>
    <dc:creator>jayesh_prajapat</dc:creator>
    <dc:date>2018-05-17T09:48:52Z</dc:date>
    <item>
      <title>How to disable back date on Due Date calendar at the time of task creation in work flows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48933#M18965</link>
      <description>Hi..&amp;nbsp; &amp;nbsp; How to disable back date on due date calendar at the time of task creation in work flows, Please Some one help meThanksLeela N&amp;nbsp;</description>
      <pubDate>Wed, 16 May 2018 12:21:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48933#M18965</guid>
      <dc:creator>leela</dc:creator>
      <dc:date>2018-05-16T12:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable back date on Due Date calendar at the time of task creation in work flows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48934#M18966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alfresco uses YUI datepicker&amp;nbsp;control (&lt;A class="link-titled" href="https://yui.github.io/yui2/docs/yui_2.5.2/docs/YAHOO.widget.Calendar.html" title="https://yui.github.io/yui2/docs/yui_2.5.2/docs/YAHOO.widget.Calendar.html" rel="nofollow noopener noreferrer"&gt;API: calendar YAHOO.widget.Calendar (YUI Library)&lt;/A&gt;&amp;nbsp;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In YUI datepicker control, if you want to&amp;nbsp;disabled past date (ex. dates before some date), you need to set 'mindate' property.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find Alfresco&amp;nbsp;usage of YUI date picker component in&amp;nbsp;\tomcat\webapps\share\components\form\date-picker.js file.&amp;nbsp;Somehow I could not find usage if 'mindate' in this js file. just for trail purpose, I simple set this property in 'DatePicker_onReady()' function as follow,&amp;nbsp;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;this.widgets.calendar.cfg.setProperty("pagedate", page);&lt;BR /&gt; this.widgets.calendar.cfg.setProperty("selected", selected);&lt;BR /&gt; this.widgets.calendar.cfg.setProperty("mindate", "01/01/2018");&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I could disabled dates before "01/01/2017".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you can not set this property in existing date picker control in Alfresco, I think you can consider to extend this component and set '&lt;SPAN&gt;mindate' property&lt;BR /&gt;&lt;BR /&gt;hope this would be helpful&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; Jayesh Prajapati,&lt;BR /&gt;&lt;A href="http://www.enprowess.com" rel="nofollow noopener noreferrer"&gt;www.enprowess.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 06:04:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48934#M18966</guid>
      <dc:creator>jayesh_prajapat</dc:creator>
      <dc:date>2018-05-17T06:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable back date on Due Date calendar at the time of task creation in work flows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48935#M18967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not working for me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 09:46:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48935#M18967</guid>
      <dc:creator>leela</dc:creator>
      <dc:date>2018-05-17T09:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable back date on Due Date calendar at the time of task creation in work flows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48936#M18968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you generated&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;date-picker.min.js file?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 09:48:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48936#M18968</guid>
      <dc:creator>jayesh_prajapat</dc:creator>
      <dc:date>2018-05-17T09:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable back date on Due Date calendar at the time of task creation in work flows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48937#M18969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no..sir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 09:53:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48937#M18969</guid>
      <dc:creator>leela</dc:creator>
      <dc:date>2018-05-17T09:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable back date on Due Date calendar at the time of task creation in work flows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48938#M18970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to generate&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;date-picker.min.js..??&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 09:55:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48938#M18970</guid>
      <dc:creator>leela</dc:creator>
      <dc:date>2018-05-17T09:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable back date on Due Date calendar at the time of task creation in work flows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48939#M18971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just for testing, rename it to&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;date-picker.min.js.txt &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;. this is&amp;nbsp;for quick hack&amp;nbsp;may not be good practice to follow always.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 10:17:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48939#M18971</guid>
      <dc:creator>jayesh_prajapat</dc:creator>
      <dc:date>2018-05-17T10:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable back date on Due Date calendar at the time of task creation in work flows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48940#M18972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;k...thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 10:22:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-disable-back-date-on-due-date-calendar-at-the-time-of/m-p/48940#M18972</guid>
      <dc:creator>leela</dc:creator>
      <dc:date>2018-05-17T10:22:36Z</dc:date>
    </item>
  </channel>
</rss>

