time_adder_classic_asp

Classic ASP class to add times.

https://github.com/r0mb0/time_adder_classic_asp

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: 9 months ago · JSON representation ·

Repository

Classic ASP class to add times.

Basic Info
  • Host: GitHub
  • Owner: R0mb0
  • License: mit
  • Language: Classic ASP
  • Default Branch: main
  • Homepage:
  • Size: 36.1 KB
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 about 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Security Support

README.md

Time Adder Classic ASP

Codacy Badge

Maintenance Open Source Love svg3 MIT

Donate

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. If true, 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", the separation_character is ":".

How to use

From Test.asp

  1. Initialize the class asp <%@LANGUAGE="VBSCRIPT"%> <!--#include file="time_adder.class.asp"--> <% Dim timeAdder Set timeAdder = new time_adder

  2. Use the class ```asp Dim time1 Dim time2

    time1 = "12:15:30" time2 = "13:45:15"

    Response.write timeAdder.sum_times(time1, time2, True, "h", ":") & "
    " %> ```

Not made by AI

Owner

  • Name: Francesco Rombaldoni
  • Login: R0mb0
  • Kind: user
  • Location: Italy
  • Company: INRCA/SIA

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