15 lines
		
	
	
		
			234 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			234 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!Doctype html>
 | 
						|
 | 
						|
<html>
 | 
						|
	<head>
 | 
						|
		<title>@ztimson/utils sandbox</title>
 | 
						|
	</head>
 | 
						|
	<body>
 | 
						|
		<script type="module">
 | 
						|
			import {formatDate} from './dist/index.mjs';
 | 
						|
 | 
						|
			console.log(formatDate('YYYY-01-01'));
 | 
						|
		</script>
 | 
						|
	</body>
 | 
						|
</html>
 |