try in php with below code
<?php
$today = gmdate('d');
?>
<input type="Button" <?php if($today < 27 && $today != 1) echo 'disabled';?> name="buttonName" />
2
solved Button should be active in specific date range [closed]
try in php with below code
<?php
$today = gmdate('d');
?>
<input type="Button" <?php if($today < 27 && $today != 1) echo 'disabled';?> name="buttonName" />
2
solved Button should be active in specific date range [closed]