This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class Main { | |
| public static void main(String[] args) { | |
| List<String> afterdays = new ArrayList<String>(); | |
| List<String> beforeDays = new ArrayList<String>(); | |
| SimpleDateFormat df = new SimpleDateFormat( "dd-MM-yyyy" ); | |
| // Set edilmediği sürece bugün tarihini döner. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| if ( is_category() ) { | |
| echo "<script>console.log( 'Cat ID : " . $cat . "' )</script>"; | |
| } | |
| ?> |
NewerOlder