gpt4 book ai didi

javascript - 将 DateTime 转换为本地时间

转载 作者:行者123 更新时间:2023-11-30 19:23:46 25 4
gpt4 key购买 nike

我是 AngularJS 的新手。我在 UI 中捕获 Datetime 属性,需要将其发送到 Odata 端点。发送的时间不是当前本地时间。在将时间发送到 Odata 之前,如何将时间转换为本地时间

<div>
<label style="font-size: medium">Collection Time</label>
<div name="collectionTime" uib-timepicker ng-model="sample.collectionTime"
hour-step="hstep" minute-step="mstep" show-meridian="ismeridian" required>
</div>
</div>

Controller

var data = {
"JAX_SAMPLELOT_TIMECOLLECTED": sample.collectionTime
}

enter image description here

最佳答案

这里我们使用https://momentjs.com/在一些项目和https://github.com/date-fns/date-fns在其他一些项目中,它们都是转换时间的不错选择。

关于javascript - 将 DateTime 转换为本地时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57148452/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com