Skip to content

Instantly share code, notes, and snippets.

View olkunmustafa's full-sized avatar

olkunmustafa olkunmustafa

View GitHub Profile
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.
<?php
if ( is_category() ) {
echo "<script>console.log( 'Cat ID : " . $cat . "' )</script>";
}
?>