<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>date format on A Place We Can Learn.</title>
    <link>https://blog.cryppy.id/tags/date-format/</link>
    <description>Recent content in date format on A Place We Can Learn.</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 24 May 2023 19:25:42 +0800</lastBuildDate><atom:link href="https://blog.cryppy.id/tags/date-format/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Golang - Julian Date</title>
      <link>https://blog.cryppy.id/article/go-julian-date/</link>
      <pubDate>Wed, 24 May 2023 19:25:42 +0800</pubDate>
      
      <guid>https://blog.cryppy.id/article/go-julian-date/</guid>
      <description>Julian Date? Adalah sebuah tanggal dimana hitungan hari terus menerus yang dimulai dari periodenya, disini saya mencontoh sebuah situs web yang meng-generate julian date, &amp;ldquo;klik disini&amp;rdquo;. Di situs web tersebut menggunakan format yy-dddd dan dengan hitungan pertahun jadai agak sedikit berbeda jika kita merujuk pada julian date di wiki.
func GetJulianDays(nowTime string) string { var layout = &amp;#34;2006-01-02&amp;#34; getDate, _ := time.Parse(layout, nowTime) var yearString = nowTime[0:4] var isLeapYear bool var numberOfDays = 366 getIntYear, _ := strconv.</description>
    </item>
    
  </channel>
</rss>
