<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>How to disable past dates with liferay-ui:input-date</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=121398727" />
  <subtitle>How to disable past dates with liferay-ui:input-date</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=121398727</id>
  <updated>2026-04-04T00:04:01Z</updated>
  <dc:date>2026-04-04T00:04:01Z</dc:date>
  <entry>
    <title>RE: How to disable past dates with liferay-ui:input-date</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121399482" />
    <author>
      <name>Gennaro Lippiello</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121399482</id>
    <updated>2022-04-13T14:32:37Z</updated>
    <published>2022-04-13T14:23:59Z</published>
    <summary type="html">&lt;p&gt;Hi, have you tried the &lt;strong&gt;firstEnabledDate &lt;/strong&gt;attribute?
  Just add &lt;/p&gt;
&lt;pre&gt;
&lt;code class="language-java"&gt;firstEnabledDate=&amp;quot;&amp;lt;%=new Date()%&amp;gt;&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Take a look here &lt;a href="https://docs.liferay.com/portal/7.0/taglibs/util-taglib/liferay-ui/input-date.html"&gt;liferay-ui/input-date&lt;/a&gt;&lt;/p&gt;</summary>
    <dc:creator>Gennaro Lippiello</dc:creator>
    <dc:date>2022-04-13T14:23:59Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to disable past dates with liferay-ui:input-date</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121399402" />
    <author>
      <name>Carlos Durán</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121399402</id>
    <updated>2022-04-13T15:26:06Z</updated>
    <published>2022-04-13T13:22:01Z</published>
    <summary type="html">&lt;p&gt;You can use the firstEnabledDate parameter like this:&lt;/p&gt;
&lt;pre&gt;
&lt;code class="language-java"&gt;&amp;lt;liferay-ui:input-date firstEnabledDate=&amp;quot;&amp;lt;%= new Date()  %&amp;gt;&amp;quot; /&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;
  &lt;img alt="" src="/documents/14/0/9qAe4vTdKc.png/29b8aebd-9891-aea9-848c-8cf027541d97?t=1649856050310&amp;amp;imagePreview=1" /&gt;&lt;/p&gt;
&lt;p&gt;Hope it helps.&lt;/p&gt;</summary>
    <dc:creator>Carlos Durán</dc:creator>
    <dc:date>2022-04-13T13:22:01Z</dc:date>
  </entry>
  <entry>
    <title>How to disable past dates with liferay-ui:input-date</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121398726" />
    <author>
      <name>María Z</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121398726</id>
    <updated>2022-04-12T16:46:23Z</updated>
    <published>2022-04-12T10:10:05Z</published>
    <summary type="html">&lt;p&gt;Hey, everyone!&lt;/p&gt;
&lt;p&gt;I was trying to disable in the calendar and in
  the liferay-ui:input-date the value of a past date (allow just the
  dates after now), but I haven't found a solution on the Internet.
  Could anyone help me?&lt;/p&gt;
&lt;p&gt;My code is here (JSP):&lt;/p&gt;
&lt;pre&gt;
&lt;code class="language-java"&gt;&amp;lt;liferay-ui:input-date 
                    name=&amp;quot;fechaPubl&amp;quot; yearValue=&amp;quot;&amp;lt;%=nowDate.get(nowDate.YEAR)%&amp;gt;&amp;quot;
			        monthValue=&amp;quot;&amp;lt;%=nowDate.get(nowDate.MONTH)%&amp;gt;&amp;quot;
			        dayValue=&amp;quot;&amp;lt;%=nowDate.get(nowDate.DAY_OF_MONTH)%&amp;gt;&amp;quot; dayParam=&amp;quot;dateFrom-day&amp;quot;
			        monthParam=&amp;quot;dateFrom-month&amp;quot; yearParam=&amp;quot;dateFrom-year&amp;quot;&amp;gt;
&amp;lt;/liferay-ui:input-date&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Thanks ind advance!&lt;/p&gt;</summary>
    <dc:creator>María Z</dc:creator>
    <dc:date>2022-04-12T10:10:05Z</dc:date>
  </entry>
</feed>
