Soru & Cevap

Tarih stili ayarlama android ...

13.04.2015 - 06:29

burada tarih stilini nasıl yıl/ay sayı şekilde yapabilirim ?


                        else if ("pubDate".equals(nodeName)) {

                            // We replace the plus and zero's in the date with
                            // empty string
                            String formatedDate = theString.replace(" +0000",
                                    "");
                            _item.setDate(formatedDate); 
                        }

5 Görüntülenme

1 Cevap

Sitedeki sorulara cevap verebilmek için giriş yapın ya da üye olun.

Profile picture for user kutayeen
kutayeen
13.04.2015 - 06:32

sorun çözüldü