其他分享
首页 > 其他分享> > 111111

111111

作者:互联网

<div class="cnblogs_Highlighter">
<pre class="brush:sql;gutter:true;">
 @Override
    public String getAsText() {
        Date value = (Date) getValue();
        for (DateFormat df : dateFormat) {
            try {
                return df.format(value);
            } catch (Exception e) {
                continue;
            }
        }
        return "";
    }
</pre>
</div>

 

标签:getAsText,return,df,value,111111,Date,catch
来源: https://www.cnblogs.com/lovertc/p/15482088.html