Project

General

Profile

« Previous | Next » 

Revision 49908

  • Default country name/code (Greece / GR ) due to api problem

View differences:

Converter.java
117 117

  
118 118
    public static String convertDateToString(Date date){
119 119

  
120
        if(Objects.equals(date, "null"))
120
        if(Objects.equals(date, null))
121 121
            return null;
122 122

  
123 123
        SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");

Also available in: Unified diff