Year Date ... on VF Page

<apex:page > 

Today's full date is: {!TODAY()}  <br/>
Today's Month is: {!MONTH(TODAY())} <br/> 
Number Day of the Month: {!DAY(TODAY())}  <br/>
 Current Year: {!YEAR(TODAY())}  or  {!YEAR(NOW())} <br/>

 </apex:page>

----------------------------------------------------------------------------- 

<div>      
         <div>
               <p>
                     &copy; <script type="text/javascript">
                            document.write(new Date().getFullYear());
                             </script>  .....
                </p>
           </div>
 </div>


No comments:

Counters