i want to check if today date is greater than specified date say 26th march 2017 note only one date is specified not both i researched on stack overflow the questions answer check between two specified date . i want to check
if(current date > specified date) {
// do this
}
i tried converting into day but it was not flexible . I dint understand well