Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Monday, December 2, 2013
Removing invalid characters from XML
›
XML as you would know essentially consists of markup tags and character data. The markup tags are > (greater than), < (less than), ...
Tuesday, November 26, 2013
Get day diferrence between two dates using JAVA
›
return (int)( (date2.getTime() - date.getTime()) / (1000 * 60 * 60 * 24));
First day of next month with java Time
›
public static Date getNextMonth () { Date current = new Date (); Calendar c = Calendar . getInstance (); c . setTime...
Saturday, November 23, 2013
java convert regular expression into string
›
It is easy to check a string with regular expression, but there is no direct method to generate string from regular expression. I hardly n...
Friday, November 22, 2013
Java generate sequence of random characters or numbers or strings
›
import java.util.Random ; /** * Created by Pritom K Mondal. */ public class RandomString { public static String formatA...
‹
›
Home
View web version