本文介绍了报告中TimePeriod列的日期格式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用java api下载bing ads报告。 "TimePeriod"的格式为"TimePeriod"。专栏是M / d / yyyy。

i am using java api for downloading bing ads report. The format of "TimePeriod" column is coming as M/d/yyyy.

我们有什么方法可以将格式改为MM / dd / yyyy

is there any way we ccan alter the format to MM/dd/yyyy




推荐答案


这篇关于报告中TimePeriod列的日期格式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-23 15:46