我正在使用Azure 应用程序洞察力,并希望仅从时间戳中提取时间部分。
例如:
Input : "2017-01-23T20:00:00.2804261Z"; //This is a Timestamp data type
Output : 20:00:00.2804261Z
我正在使用Azure 应用程序洞察力,并希望仅从时间戳中提取时间部分。
例如:
Input : "2017-01-23T20:00:00.2804261Z"; //This is a Timestamp data type
Output : 20:00:00.2804261Z