Skip to content

Q helper is simple library contains several functions that are ready to use like date format currency and etc.

Notifications You must be signed in to change notification settings

fiqryq/Q-helper-library

Repository files navigation

Q Helper Library

Android CI

This library contains several functions that are ready to use.

Version Release

Under Devlopment

$version_release = v0.1-beta

Features

  • Date Format

Adding Qhelper to your project

Add the following to your module's build.gradle file:

Step 1. Add the JitPack repository to your build file

   allprojects {
   		repositories {
   			...
   			maven { url 'https://jitpack.io' }
   		}
   	}

Step 2. Add the dependency

   dependencies {
   	  implementation 'com.github.fiqryq:Q-helper-library:$version_release'
   	}

Usage

Date Format : Listing of countries with their preferred date formats here

 // Get hour,day and Month
 HelpDateFormat.getTimeNow("language","country");

 // Get name day today
 HelpDateFormat.getNameDay("language","country");

// Get month
 HelpDateFormat.getHour("language","country");

 // Get hour
 HelpDateFormat.getHour();

About

Q helper is simple library contains several functions that are ready to use like date format currency and etc.

Topics

Resources

Stars

Watchers

Forks

Languages