#set( $currentDate = 'June 1,2016')
#set( $SettleDate = 'Dec 1,2016')
#if( $currentDate < $SettleDate)
<li>xyz</li>
#end
You can use comparison tool with difference function
$date.difference('2016-12-01','2016-06-01')
Or whenIs
$date.whenIs('2016-12-01','2016-06-01')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With