Revision 22037 branches/Mobile_Compatible_Hito_1/libFMap_mobile_shp_driver/src-file/org/gvsig/data/datastores/vectorial/file/shp_util/DbfUtil.java

View differences:

DbfUtil.java
9 9

  
10 10
import org.apache.log4j.Logger;
11 11

  
12

  
12
/**
13
 * Utility static methods.
14
 * 
15
 * @author jldominguez
16
 *
17
 */
13 18
public class DbfUtil {
14 19
	
15 20
	private static Logger logger = Logger.getLogger(DbfUtil.class);
16 21
	
22
	/**
23
	 * Parses a string into a Date object.
24
	 * 
25
	 * @param str
26
	 * @return
27
	 */
17 28
	public static Date stringToDate(String str) {
18 29
		Date resp = null;
19 30

  

Also available in: Unified diff