Skip to content

Instantly share code, notes, and snippets.

@UpilBebek
UpilBebek / index.html
Created February 26, 2025 08:06
Arahan JS
<!DOCTYPE html>
<html>
<head>
<title>Log In</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<form id="form" method="post">
<label>Name</label>
@zhjuncai
zhjuncai / Timestamp.abap
Created August 7, 2013 03:20
Demostrate how to get timestamp in ABAP and setup timezone
*&---------------------------------------------------------------------*
*& Report Z_TIMSTAMP_DEMO
*&
*&---------------------------------------------------------------------*
*& Demostrate how to get timestamp in ABAP and setup timezone
*&
*&---------------------------------------------------------------------*
REPORT Z_TIMSTAMP_DEMO.