0
time=c.optString("time");
            Log.d("time", time);
             tm = Timestamp.valueOf(time);//converting timestamp to day of week

            Log.v("day", String.valueOf(tm.getDay()));

This returns me the day codes..ie 1-Monday to 7-Sunday..

伙计们,我正在从 php SQL 服务器获取数据和时间戳..我想将该时间戳转换为工作日名称..like(Monday...)..并相应地将数据设置为 7 天名称标题..我该怎么做...我的可扩展列表将包含 7 个标题...即一周中的 7 天...

4

0 回答 0