CARVIEW |
Select Language
HTTP/2 200
date: Thu, 16 Oct 2025 02:46:49 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=a084ab3df2ca56ee60c4f78a5a4d4ff8c840d5ed608da3f0055304c5a7da0b29a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22pp7PU7iuQUFiVdtkvtW7ftMFwIzQAt2D%22%3B%7D; HttpOnly; Path=/
cf-ray: 98f43a5dfc38c143-BLR
Local Date - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <template>
- <span>{{ localDate }}</span>
- </template>
- <script>
- import moment from 'moment-timezone';
- export default {
- props: ['date', 'input_format', 'output_format'],
- data(){
- return {
- format: {
- input: 'YYYY-MM-DD HH:mm:ss',
- output: 'MMM DD, YYYY h:mm:ss A'
- }
- };
- },
- mounted(){
- if(this.input_format){
- this.format.input = this.input_format;
- }
- if(this.output_format){
- this.format.output = this.output_format;
- }
- },
- computed: {
- localDate(){
- return moment.tz(this.date, this.format.input, 'UTC').tz(moment.tz.guess()).format(this.format.output);
- }
- }
- }
- </script>
- <style scoped="">
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 4 sec ago | 0.15 KB
-
✅⭐ Make huge profits on trading ⭐⭐ T
JavaScript | 4 sec ago | 0.25 KB
-
🚀 Swapzone +37% glitch
JavaScript | 5 sec ago | 0.24 KB
-
✅ Marketplace Glitch ✅ Working NEVER SEEN BE...
JavaScript | 12 sec ago | 0.25 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 15 sec ago | 0.24 KB
-
⭐⭐⭐Exchange Exploit T I⭐⭐
Java | 15 sec ago | 0.15 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 20 sec ago | 0.25 KB
-
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 25 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand