https://github.com/amirmahdyjebreily/timestamppicker
C# Blazor Unix time converter
https://github.com/amirmahdyjebreily/timestamppicker
blazor calendar csharp dotnet spa timestamp unix-timestamp
Last synced: 8 months ago
JSON representation
C# Blazor Unix time converter
- Host: GitHub
- URL: https://github.com/amirmahdyjebreily/timestamppicker
- Owner: AmirMahdyJebreily
- License: mit
- Created: 2022-05-29T06:38:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T19:54:03.000Z (about 4 years ago)
- Last Synced: 2025-01-05T20:10:48.862Z (over 1 year ago)
- Topics: blazor, calendar, csharp, dotnet, spa, timestamp, unix-timestamp
- Language: HTML
- Homepage:
- Size: 1.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TimestampPicker
[](https://opensource.org/licenses/MIT)
This project converts Unix time to real time and real time to Unix time.
Written with Tailwind CSS and Blazor with C# language

In this project, a repository [String Format for other Calenders](https://github.com/AmirMahdyJebreily/String-Format-for-other-Calenders) has been used.
## Core Web Components
Using the [```JCStstodt```](/Timestamp.Site/Components/JCStstodt.razor) Razor Component to convert unix timestamp to real date&time and use [String Format for other Calenders](https://github.com/AmirMahdyJebreily/String-Format-for-other-Calenders) for display on screen.
The [```JCSdttots```](/Timestamp.Site/Components/JCSdttots.razor) Razor Component to convert real date to unix timestamp and display ```long``` format of unix timestamp on screen