time_adder_classic_asp
Classic ASP class to add times.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.6%) to scientific vocabulary
Keywords
add-time
asp-classic
class
classic-asp
italian-developers
library
r0mb0
time
time-adder
time-management
Last synced: 6 months ago
·
JSON representation
·
Repository
Classic ASP class to add times.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
add-time
asp-classic
class
classic-asp
italian-developers
library
r0mb0
time
time-adder
time-management
Created 9 months ago
· Last pushed 7 months ago
Metadata Files
Readme
Contributing
Funding
License
Code of conduct
Citation
Security
Support
README.md
Time Adder Classic ASP
time_adder.class.asp's avaible function
- Function to add two times ->
Public Function sum_times(ByVal first_time, ByVal second_time, ByVal checks, ByVal time_indicator, ByVal separation_character)> > -first_time: The first time value to add (as a string). > -second_time: The second time value to add (as a string). > -checks: A boolean parameter. Iftrue, the function verifies that the provided times are valid. > -time_indicator: The unit of time, which can be: > -h-> hours > -m-> minutes > -s-> seconds > -separation_character: The character used to separate the components of the time. For example, in the time "12:10:24", theseparation_characteris":".
How to use
From
Test.asp
Initialize the class
asp <%@LANGUAGE="VBSCRIPT"%> <!--#include file="time_adder.class.asp"--> <% Dim timeAdder Set timeAdder = new time_adderUse the class ```asp Dim time1 Dim time2
time1 = "12:15:30" time2 = "13:45:15"
Response.write timeAdder.sum_times(time1, time2, True, "h", ":") & "
" %> ```
Owner
- Name: Francesco Rombaldoni
- Login: R0mb0
- Kind: user
- Location: Italy
- Company: INRCA/SIA
- Repositories: 20
- Profile: https://github.com/R0mb0
If I'm living in a crisis without realizing it?
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Rombaldoni" given-names: "Francesco" title: "Time_Adder_classic_asp" version: 1.0.0 date-released: 2025-07-29 url: "https://github.com/R0mb0/Time_Adder_classic_asp"
GitHub Events
Total
- Push event: 7
Last Year
- Push event: 7