All Projects → adetuyiTolu → Language_Time

adetuyiTolu / Language_Time

Licence: Apache-2.0 license
A library that converts Time to its equivalent local languages starting with some basic Nigeria languages(Yoruba, Hausa, Igbo, Efik and English)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Language Time

CodeForAfrica.org
The @CodeForAfrica landing page. Built with Jekyll and hosted on Github Pages. Accessible at https://codeforafrica.org/
Stars: ✭ 20 (-60.78%)
Mutual labels:  africa, nigeria
meta-theme-sky-color
Js snippet that changes the mobile Chrome nav bar color to the color of the sky based on time of day.
Stars: ✭ 19 (-62.75%)
Mutual labels:  time
popoPicker
popoPicker是一个移动端3D滚轮日期时间和单项的选择器,支持无限循环滚动,不依赖第三方库
Stars: ✭ 26 (-49.02%)
Mutual labels:  time
ts-business-time
Business time / market hours logic for TypeScript
Stars: ✭ 18 (-64.71%)
Mutual labels:  time
ios-application
A native, lightweight and secure one-time-password (OTP) client built for iOS; Raivo OTP!
Stars: ✭ 581 (+1039.22%)
Mutual labels:  time
TimeMail
Write a letter to the future,After many years, I hope you will live up to your expectations.
Stars: ✭ 33 (-35.29%)
Mutual labels:  time
relative.time.parser
Moment.js Plugin for parsing Relative Time Strings
Stars: ✭ 13 (-74.51%)
Mutual labels:  time
rescript-date
📆 Date manipulation in ReScript.
Stars: ✭ 101 (+98.04%)
Mutual labels:  time
timezones
Nim timezone library compatible with the standard library.
Stars: ✭ 37 (-27.45%)
Mutual labels:  time
timestampy
🕒 Bunch of utilities useful when working with UNIX timestamps
Stars: ✭ 21 (-58.82%)
Mutual labels:  time
ESPNtpClient
High accuracy NTP library for ESP32 and ESP8266
Stars: ✭ 81 (+58.82%)
Mutual labels:  time
time-formater
在javascript中显示日期。
Stars: ✭ 44 (-13.73%)
Mutual labels:  time
made-in-cameroon
A curated list of awesome tools and projects built by Cameroonian developers
Stars: ✭ 14 (-72.55%)
Mutual labels:  africa
jinja2-time
📆 Jinja2 Extension for Dates and Times
Stars: ✭ 64 (+25.49%)
Mutual labels:  time
akka-mock-scheduler
A mock Akka scheduler to simplify testing scheduler-dependent code
Stars: ✭ 86 (+68.63%)
Mutual labels:  time
about-time
A cool helper for tracking time and throughput of code blocks, with beautiful human friendly renditions.
Stars: ✭ 36 (-29.41%)
Mutual labels:  time
time4go
No description or website provided.
Stars: ✭ 26 (-49.02%)
Mutual labels:  time
HijriDatePicker
Material (Gregorian - Hijri) Date & Time Picker
Stars: ✭ 128 (+150.98%)
Mutual labels:  time
timezz
With this plugin, you can easily make a stopwatch or timer on your site. Just init, style and enjoy.
Stars: ✭ 35 (-31.37%)
Mutual labels:  time
Shell-Scripts
Shell scripts about some basic topics, current time, calculator, sorting, restaurant and more.
Stars: ✭ 100 (+96.08%)
Mutual labels:  time

Language_Time

A library which converts "Time" to its equivalent local languages starting with some basic Nigeria languages like -(Yoruba, Hausa, Igbo, Efik and English)

Setting up

Dependency

  • Maven
<dependency>
  <groupId>com.crevation.NgTime</groupId>
  <artifactId>crev-NgTime</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
  • Gradle
compile 'com.crevation.NgTime:crev-NgTime:0.1'

		OR
		
compile 'com.crevation.NgTime:crev-NgTime:1.1'

Usage

	//instatntiate the language of your choice, Yoruba in this case
 	Time yoruba = new Yoruba();

	//you can as well use other languages available
        Time igbo = new Igbo();
        Time hausa = new Hausa();
	Time english = new English();
	Time efik = new Efik();

        String yorubaTime = yoruba.getTime("4:00");
        String currentTime = yoruba.getCurrentTime();
        String calendarTime = yoruba.getTime(Calendar.getInstance());
        String dateTime = yoruba.getTime(new Date());   

Test

There's a local unit test class here in the test folder.

Contributors

Contributions

Thank you for showing interest to contribute to this project, we are looking forward to
adding more languages.

All you need to do is:

License

Copyright 2017 Adetuyi Tolu Emmanuel

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at Apache license 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].