I am writing a server and I would like to check for \"If-Modified-Since: \" header. Since there are so many date methods, which methods should I consider to check, like
As you already have the Date object, you can use:
Date
long timeInMillis = ifModifiedSince.getTime();