Skip to content
View joachimurbain's full-sized avatar

Block or report joachimurbain

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. CrudCore CrudCore Public

    CrudFoundation is a lightweight, extensible base architecture for ASP.NET Core, providing reusable generic controllers, services, repositories, and essential interfaces like IEntity and IValidatable.

    C#

  2. Wattsup-backend Wattsup-backend Public

    C#

  3. Wattsup-frontend Wattsup-frontend Public

    TypeScript

  4. Labo_OnlineShop Labo_OnlineShop Public

    C#

  5. Replicate PHP's native date() format... Replicate PHP's native date() formatting in JavaScript for many common format types
    1
    /**
    2
     * Return a formated string from a date Object mimicking PHP's date() functionality
    3
     *
    4
     * @param {string} format "Y-m-d H:i:s" or similar PHP-style date format string
    5
     * @param {* | null} date Date Object, Datestring, or milliseconds